html {
    font-family: "microsoft yahei", "宋体", "Arial", "iconfont" !important;
    background-color: #fff;
    font-size: 14px;
}

body {
    font-size: 14px;
    line-height: 28px;
    color: #333333;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 14px;
    font-weight: normal;
}
[data-iconb]:before {
    content: attr(data-iconb);
}

[data-icona]:after {
    content: attr(data-icona);
}
a {
    color: #434343;
    text-decoration: none;
}
a:hover {
    color: #1048a0;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
.tag-a:before{content: "\e669";}
.tag-a:after{content: "\e66a";}
.tag-a{ display: block; height: 40px; line-height: 40px;color: #434343;}
.tag-a:hover{color:#1048a0;}
.top-main{width: 100%;
    height: 37px;
    line-height: 38px;
    position: relative;
    z-index: 80;
    background-color: #f5f5f5;
    color: #666;
    font-size: 12px;
    border-bottom: 1px solid #ddd;}
.top-main .container{ justify-content: space-between;}

.logo-tel{ padding: 20px 0;}
.logo-tel .container{ justify-content: space-between;}

.logo-tel .tel { line-height: 26px; width:300px;  justify-content: center;}
.logo-tel .txt-box{ position: relative;}
.logo-tel .txt-box:before{position: absolute; top:50%; left:-60px; transform: translateY(-50%);  font-size: 46px; color:#999;}
.logo-tel .tel .txt {
    color: #666;
    font-size: 18px;
}
.logo-tel .tel .phone {
    color: #1048a0;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    font-family: arial;

}

.main-nav {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #1048a0;
    position: relative;
    z-index: 3;
}
.nav .list {
    width: 100%;
    margin: 0 auto;
    height: 48px;
    line-height: 48px;
    position: relative;
}
.main-nav .nav {
    width: 1200px;
    margin: 0 auto;
}
.main-nav .nav li {
    flex: auto;
    height: 50px;
    line-height: 50px;
    display: block;
    position: relative;
    z-index: 10;
    font-size: 16px;
    border-right: 1px solid #032863;
    text-align: center;
}
.main-nav .nav li:first-child {
    border-left: 1px solid #032863;
    background: none;
}
.main-nav .nav li a {
    display: block;
    color: #fff;
    font-size: 20px;
}
.main-nav .nav li a:hover, .main-nav .nav li a.hover, .main-nav .nav li.hover {
    background: #ac140f;
}
.main-nav .nav dl {
    max-width: 200%;
    min-width: 100%;
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 12;
    border: 1px solid #ac140f;
    border-top: 0;
}
.main-nav .nav dl {
    position: absolute;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
    opacity: 0;
    visibility: hidden;
    transition: all .6s ease 0s;
    transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
}
.main-nav .nav li:hover dl {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}
.main-nav .nav dl dd {
    line-height: 44px;
    height: 44px;
    text-align: left;
    position: relative;
    z-index: 12;
    display: block;
    width: 100%;
    border-top: 1px solid #032863;
}
.main-nav .nav dl dd:first-child {
    border: none;
}
.main-nav .nav dl dd a {
    color: #fff;
    font-size: 14px;
    padding: 0 10px;
   display: block;

    background: #1048a0;
    text-align: center;
    white-space: nowrap;
}

.hottags {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #efefef;
}
.hottags .tag-a{ height: 60px;  line-height: 60px; color:#8d8d8d; }

.index-item{ padding-top: 40px;}

.index-item .title-box .title-en{
    font-size: 48px;
    line-height: 40px;
    font-weight: bold;
    color: #1048a0;
    text-align: center;
    margin-bottom: 10px;
}
.index-item .title-box .title {
    position: relative;
    margin: 0 auto;
    font-size: 26px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #434343;
}
.index-item .title-box .title:before{
    content: "";
    width:100%;
    height:0px;
    position: absolute;
    left:0;
    top:50%;
    transform: translateY(-50%);
    border-bottom: 1px solid #cecece;
}
.index-item .title-box .title .word{
    position: absolute;
    z-index: 2;
    top:0;
    left:50%;
    padding: 0 50px;
    transform: translateX(-50%);
    background-color: #fff;
}
.index-item .tab{ justify-content: center; padding-top: 30px;}
.index-item .tab-a {
    padding: 0 16px;
    height: 46px;
    line-height: 46px;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 16px;
    display: inline-block;
    margin: 10px;
    color: #666;
}
.index-item .tab-a:hover {
    color: #fff;
    background: #1048a0;
    border-color: #1048a0;
}
.index-product .list{ margin-top: 28px;}
.index-product .list .item{ width:25%;}
.index-product .list .item .outer-div{
    margin: 10px;
    display: block;
    border: 1px solid #f0f0f0;
    transition: all .5s;
}
.index-product .list .item .title{font-size: 16px;
    line-height: 50px;
    text-align: center;}
.index-product .list .item .outer-div:hover{
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.3);
    border-color: #1048a0;
    background: #1048a0;
    color:#fff;
    transform: translateY(-5px);
}

.index-item .more {
    margin-top: 40px;
    height: 48px;
    line-height: 48px;
    position: relative;
}
.index-item .more:before {
    content: "";
    width:100%;
    height:0;
    position: absolute;
    top:50%;
    left:0;
    transform: translateY(-50%);
    border-bottom: 1px solid #ccc;

}
.index-item .more .look_more {
    position: absolute;
    top:0;
    left:50%;
    transform: translateX(-50%);
    background-color: #fff;
    display: block;
    width: 198px;
    height: 48px;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    border: 1px solid #ccc;
    transition: all .5s;
}
.index-item .more .look_more:hover {
    background: #1048a0;
    color: #fff;
    transition: all .5s;
    border: 1px solid #1048a0;
}
.index-banner{ margin-top: 90px;
    height: 200px;
    background: url(../images/ixbannerbg.png) no-repeat center center;
    position: relative;
}
.index-banner .container{
    position: relative;
    height: 100%;
}
.index-banner .img{ position: absolute; left:0; bottom:0;}
.index-banner .title-box{ padding-left: 465px; }
.index-banner .title-box .tit1 {
    padding-top: 20px;
    font-size: 46px;
    line-height: 50px;
    color: #fff;
    letter-spacing: 3px;
}
.index-banner .title-box .tit1 b {
    color: #f6ff00;
}
.index-banner .title-box .tit2 {
    margin-top: 15px;
    font-size: 46px;
    line-height: 50px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 3px;
}
.index-banner .title-box .tit3 {
    display: inline-block;
    margin-top: 20px;
    font-size: 20px;
    color: #fff;
}

.index-banner .title-box .tit3 b {
    font-size: 26px;
    font-weight: bold;
}

.index-you-shi .title-box {
    position: relative;
    width: 100%;
    height: 140px;
}
.index-you-shi .title-box .bg {
    width: 1200px;
    height: 60px;
    margin-top: 50px;
    border: 3px solid #d9d9d9;
    box-sizing: border-box;
}
.index-you-shi .title-box p {
    position: absolute;
    width: 845px;
    top: -18px;
    left: 125px;
    height: 50px;
}
.index-you-shi .title-box .p1 {
    color: #413F40;
    font-size: 24px;
    padding: 0 5px;
    background-color: #FFFFFF;
}
.index-you-shi .title-box .p2 {
    font-size: 40px;
    color: #B1B1B1;
    padding-right: 10px;
    background-color: #FFFFFF;
}
.index-you-shi .title-box .p3 {
    position: absolute;
    font-size: 50px;
    color: #1048a0;
    line-height: 1.0;
    height: 58px;
    width: 700px;
    font-weight: bold;
    display: block;
    top: 29px;
    left: 35px;
    text-align: center;
    background-color: #FFFFFF;
}

.index-you-shi .list {
    width: 100%;
}
.index-you-shi .list li {
    width: 100%;
    margin-bottom: 20px;
}

.index-you-shi .list li .img {
    width: 530px;
    height: 300px;
    margin-right: 20px;
}
.index-you-shi .list li:nth-child(2n){
    flex-direction: row-reverse;
}
.index-you-shi .list li:nth-child(2n) .img{
    margin-right: 0px;
    margin-left: 20px;
}

.index-you-shi  .list li .title .shu {
    border-bottom: 1px dashed #b2b2b2;
    padding-bottom: 20px;
    text-align: center;
}

.index-you-shi .list li .title .shu span {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: #1048a0;
    border-radius: 10px;
    color: #fff;
    font-size: 46px;
    line-height: 60px;
}
.index-you-shi .list li .tit {
    font-size: 28px;
    color: #1048a0;
    line-height: 1.5;
    padding-top: 20px;
    font-weight: bold;
    text-align: center;
}
.index-you-shi .list li .cont {
    font-size: 16px;
    color: #666;
    padding-top: 20px;
    text-align: justify;
}

.index-banner2 {
    margin-top: 40px;
    width: 100%;
    height: 200px;
    background: url(../images/ixbannerbg.png) no-repeat center center;
}

.index-banner2 .container{ position: relative; top:50%; left:0; transform: translateY(-50%);}
.index-banner2 .img {
    width: 280px;
    height: 180px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
}
.index-banner2 .img img {
    width: 100%;
    height: 100%;
    display: block;
}
.index-banner2 .title-box {
    padding-left: 440px;
    text-align: center;
}
.index-banner2 .title-box  .tit1 {
    padding-top: 30px;
    font-size: 30px;
    font-weight: bold;
    line-height: 50px;
    color: #fff;
}
.index-banner2 .title-box  .tit1 b {
    color: #f6ff00;
}
.index-banner2 .title-box  .tit2 {
    margin-top: 10px;
    font-size: 20px;
    line-height: 50px;
    color: #fff;
}
.index-banner2 .title-box  .tit3 {
    display: inline-block;
    margin-top: 10px;
    font-size: 20px;
    color: #fff;
}
.index-banner2 .title-box  .tit3 b {
    font-size: 26px;
    font-weight: bold;
}

/*合作客户*/
.index-he-zuo {
    padding-bottom: 0;
}

.index-he-zuo .title-box {
    position: relative;
    width: 100%;
    padding-top: 20px;
    text-align: center;
}
.index-he-zuo .title-box  .p1 {
    font-size: 78px;
    color: #dedede;
    line-height: 1.0;
    height: 77px;
    display: block;
}
.index-he-zuo .title-box  .p2 {
    font-size: 35px;
    color: #000;
    line-height: 1.0;
    height: 40px;
    font-weight: bold;
    display: block;
}
.index-he-zuo .title-box  .p3 {
    font-size: 19px;
    color: #666;
    line-height: 1.0;
    height: 28px;
    display: block;
}
.index-he-zuo .roll-box  {
  overflow: hidden;
    margin-top: 30px;
}
.index-he-zuo .item{ padding-right: 20px;}

.index-about .about .pic{ margin-right: 20px;}
.index-about .about img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .5s;
}
.index-about  .about img:hover {
    -webkit-filter: brightness(105%);
    filter: brightness(105%);
}
.index-about  .contW {
    position: relative;
    display: block;
    width: 700px;
    height: 350px;
    background: #fff;
}
.index-about  .contW .cont {
    width: 100%;
    height: 280px;
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    text-align: justify;
    margin-bottom: 30px;
    overflow: hidden;
}
.index-about  .btn-box{ justify-content: flex-end; margin-top: 20px;}
.index-about  .view_detail a {
    display: block;
    height: 43px;
    font-size: 16px;
    line-height: 43px;
    padding: 0 38px;
    text-align: center;
    color: #434343;
    margin-left: 20px;
    background: #fff;
    border: 1px solid #b7b7b7;
}
.index-about  .view_detail a:hover {
    color: #fff;
    background: #1048a0;
    border-color: #1048a0;
    transition: all .5s;
}

/*企业相册*/
.index-style
,.index-cases{
    padding-bottom: 20px;
}


.index-style .roll-box
,.index-cases .roll-box{
    width: 100%;
    margin-top: 30px;
    overflow: hidden;
}
.index-style .roll-box .outer-div
,.index-cases .roll-box .outer-div{
    margin: 0 5px;
}
.index-style .roll-box .item a
,.index-cases .roll-box .item a{
    display: block;
}
.index-style .roll-box .item a img
,.index-cases .roll-box .item a img {
    display: block;
    transition: all ease 600ms;
}

.index-style .roll-box .item .title
,.index-cases .roll-box .item .title{
    font-size: 16px;
    line-height: 40px;
    color: #666;
    text-align: center;
}
.index-style .roll-box .item:hover img
,.index-cases .roll-box .item:hover img {
    opacity: 0.8;
}

.prev-ico
,.next-ico
{ background-color: rgba(238,238,238,0.5); color:#fff; border-radius: 50%; width:42px; height:42px; overflow: hidden;}
.prev-ico:hover
,.next-ico:hover{
    background-color: #ac140f;
}

.index-service .list{ margin-top: 30px; justify-content: space-between; }
.index-service .list .item{ cursor: pointer;}
.index-service .list .item .pic {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 110px;
    margin: 0 auto;
    border: 5px solid #666;
    border-radius: 50%;
    transition: all .5s;
}
.index-service .list .item .img {
    position: absolute;
    top: 50%;
    margin-top: -32.5px;
    left: 50%;
    margin-left: -32.5px;
    display: inline-block;
    width: 65px;
    height: 65px;
    transition: all .5s;
}

.index-service .list .item:hover .img {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.index-service .list .item .title {
    font-size: 16px;
    line-height: 32px;
    color: #666;
}

.index-news .left-box{ width:780px; overflow: hidden; margin-right: 50px;}
.index-news  .left-box-path-1{ width:410px; margin-right: 20px;}
.index-news  .left-box-path-1 .roll-box{overflow: hidden; }
.index-news  .left-box-path-1 .item{ position: relative;}
.index-news  .left-box-path-1 .item-a{ display: block;}
.index-news  .left-box-path-1 .title{width:100%; height: 36px; line-height: 36px; text-align: center;background-color: rgba(0,0,0,0.6); color:#fff; position: absolute; left:0; bottom:0; }
.index-news .item .time{ margin-left: 10px;}

.index-news .title-box {
    width: 100%;
    line-height: 22px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding: 9px 0;
    position: relative;;
}
.index-news .title-box h3 {
    font-size: 20px;
    font-weight: bold;
    color: #1048a0;
}
.index-news .title-box h3:before {
    content: "";
    width: 4px;
    height: 22px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    background: #1048a0;
}

.index-news .title-box .more-a {
    position: absolute;
    right:10px;
    top:50%;
    transform: translateY(-50%);
    color: #575757;
    transition: all ease 300ms;
}
.index-news .title-box .more-a:hover{ right: 0;}

.index-news .left-box-path-2 .item
,.index-news .right-box .item{
    height: 38px; line-height: 38px; margin-bottom: 1px; border-bottom: 1px dashed #eee;
}
.roll-box-2{
    overflow: hidden;
    margin: 10px auto;
}
.roll-box-2 .item{
        white-space: nowrap;
    margin-right: 10px;
        width:32%;
}

.footer-top{ margin-top: 20px; border-top: 8px solid #1048a0;width:100%; height: 0;}
.footer-links {
    background-color: #2E3033;

    font-size: 16px;

}
.footer-links .container{
    padding: 20px 0;
    border-bottom: 1px solid #1a1d21;
}
.footer-links  span {
    color: #fff;
    display: inline-block;
}
.footer-links  a {
    display: inline-block;
    font-size: 14px;
    color: #939393;
    padding-right: 10px;
}
.footer-links  a:hover {
    color: #1048a0;
}
.footer{background-color: #2E3033;color: #fff;  }
.footer .container{border-top: 1px solid #464a50; padding: 48px 0; justify-content: space-between;  }
.footer .path{ flex:auto; padding: 0 30px;     border-right: 1px solid #1a1d21;border-left: 1px solid #464a50; }
.footer .path:first-child{ border-left: 0;}
.footer .path:last-child{ border-right: 0;}
.footer .bNav{}
.footer .bNav dl { flex: auto;}
.footer .bNav dl dt {
    height: 16px;
    display: block;
    padding-bottom: 32px;
}
.footer .bNav dl dt a {
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 16px;
}
.footer .bNav dl dd {
    display: block;
    padding-bottom: 16px;
}
.footer .bNav dl dd a {
    display: block;
    font-size: 14px;
    color: #939393;
    line-height: 14px;
}
.footer .bNav dl dd a:hover {
    color: #1048a0;
}

.copyright {
    height: 50px;
    line-height: 50px;
    color: #666;
    font-size: 12px;
    background: #27292B;
}
.copyright p {
    color: #939393;
}
.copyright span {
    margin: 0 6px;
}
.copyright a {
    color: #939393;
    transition: all ease 300ms;
}
.copyright a:hover {
    color: #1048a0;
}

.currlocatinon .container {
    line-height: 30px;
    padding: 10px 0px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #f1f1f1;

}
.currlocatinon .container:before{color:#dc0000; margin-right: 5px;}

.page-left-box { width:245px; margin-right: 25px;}
.page-left-box  .title-box {
    background: #1048a0;
    height: 60px;
    color: #fff;
    font-size: 20px;
    line-height: 60px;
    font-weight: bold;
    text-align: center;
}

.page-list-box .list-city .item {
    padding: 10px 0; }
.page-list-box .list-city .item .outer-div {
    height: 60px;
    overflow: hidden;
    background-color: #f7f7f7; }
.page-list-box .list-city .item .city {
    width: 150px;
    text-align: center;
    flex: none;
    display: flex;
    align-items: center;
    line-height: 30px;
    padding: 0 10px;
    font-size: 18px;
    background-color: #1048a0;
    color: #fff; }
.page-list-box .list-city .item .title {
    padding: 0 20px;
    line-height: 60px;
    width: 200px;
    flex: auto; }
.page-list-box .list-city .item .time {
    padding: 0 10px;
    line-height: 60px;
    flex: none; }
    .index-news .roll-box-2 .item {
    white-space: nowrap;
    flex: none;
    display: block;
    overflow: hidden;
    width: 200px;
    padding-right: 20px;
    text-overflow: ellipsis;
    font-size: 16px; }
.page-left-box .side-box{ margin-bottom: 20px;}
.page-left-box .side-nav-ul{ border: 1px solid #ddd; border-top: 0;}
.page-left-box .side-nav-li{ border-top: 1px solid #eaeaea;}
.page-left-box .side-nav-li:first-child{ border: 0;}
.page-left-box  .side-nav-a { height: 50px; line-height: 50px; display: block; }
.page-left-box  .side-nav-a:before{ margin: 0 10px 0 15px;}
.page-left-box  .side-nav-a.active{color:#1048a0;}
.page-left-box  .side-nav-a:hover:before,
.page-left-box  .side-nav-a.active:before{color:#dc0000;}

.page-left-box  .side-pro-box .pro-list{ border: 1px solid #ddd; border-top: 0;padding: 5px; }
.page-left-box  .side-pro-box .item{width:50%; text-align: center;}
.page-left-box  .side-pro-box .outer-div{ margin: 5px; display: block;}

.page-left-box   .side-contact{ border: 1px solid #ddd; border-top: 0;  padding: 10px;}
.page-left-box  .side-contact-box  h2 {
    font-size: 15px;
    font-weight: bold;
    color: #1048a0;
    padding-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
    text-align: center;
}
.page-left-box  .side-contact-box p {
    line-height: 24px;
    font-size: 14px;
    padding-top: 10px;
    display: block;
}

.page-list-box .list-1 .item {  border-bottom: 1px solid #eaeaea;
    display: block;
    padding: 20px;
    transition: all .5s;}
.page-list-box .list-1 .item a{ color: #626669;}
.page-list-box .list-1 .item .pic{ margin-right: 10px;}
.page-list-box .list-1 .item .txt-box{ position: relative;}
.page-list-box .list-1 .item .title{ font-size: 18px; line-height: 50px; color:#333;  }

.page-list-box .list-1 .item .desc{-webkit-line-clamp:3; line-height: 22px; height: 66px;}
.page-list-box .list-1 .item .time{ font-size: 12px; color:#666; position: absolute; top:0; right:20px; height: 50px; line-height: 50px;  }
.page-list-box  .list-1 .item:hover{box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);}
.page-list-box  .list-1 .item:hover .title{ color:#1048a0;}

.page-list-box .list-2 .outer-div{ margin: 0 10px 10px; display: block; border: 1px solid #ddd; transition: 500ms;}
.page-list-box .list-2 .title{ height: 46px; line-height: 46px; color:#555; text-align: center;  transition: 500ms;}
.page-list-box .list-2 .outer-div .pic{ position: relative;}
.page-list-box .list-2 .pic:before{content: ""; overflow: hidden; width:0; height: 0; position: absolute; top:50%; left:50%; z-index: 1; transform: translate(-50%,-50%); transition: 500ms; background-color: rgba(0,0,0,0) }
.page-list-box .list-2 .pic:after{content: "\e61a"; color:#fff; font-size: 0; text-align: center; line-height: 0; height:0; width:0; position: absolute; top:50%; left:50%; z-index: 2; transform: translate(-50%,-50%); transition: 500ms; }
.page-list-box .list-2 .outer-div:hover{background-color: #1048a0; color:#fff; }
.page-list-box .list-2 .outer-div:hover .title{color:#fff;}
.page-list-box .list-2 .outer-div:hover .pic:before{ width:100%; height: 100%;  background-color: rgba(0,0,0,0.4)}
.page-list-box .list-2 .outer-div:hover .pic:after{ font-size: 30px; line-height: 60px; height:60px; width:60px;}

.page-show-box .show-1 .title{ font-size: 24px; font-weight: bold; line-height: 60px; text-align: center;}
.page-show-box .show-1 .time{ display: block; line-height: 26px; text-align: center;}
.page-show-box .show-1 .content{margin-top: 10px; padding-top: 10px;  border-top:1px solid #e7eaf1;  }
.page-show-box .show-2 .show-head{ text-align: center;}
.page-show-box .show-2 .big-roll-box{ overflow: hidden;}
.page-show-box .show-2 .small-roll-box{ margin-top: 20px; overflow: hidden;}
.page-show-box .show-2 .small-roll-box .item{ position: relative;}
.page-show-box .show-2 .small-roll-box .item:before{ content: "";box-sizing: border-box; width:100%; height:100%; border: 5px solid #1048a0; position: absolute; left:0; top:0;}
.page-show-box .show-2 .small-roll-box .swiper-slide{ opacity: .6;}
.page-show-box .show-2 .small-roll-box .swiper-slide-thumb-active{opacity: 1;}
.page-show-box .show-2 .show-head .title{ height: 40px; line-height: 40px; font-size: 24px; font-weight: bold; text-align: center;}
.page-show-box .show-2  .show-content{ margin-top: 40px;}

.list-tags .item{height: 30px; line-height: 30px;border-bottom: 1px solid #eaeaea;}


.site-map-page  .sitemap{ padding: 30px; }
.site-map-page  .sitename{ font-weight: bold; font-size: 24px; line-height: 40px; height: 40px; text-align: center; justify-content: center;}
.site-map-page  .navul{ padding-top: 20px; }
.site-map-page  .navul .navli{ padding-right: 16px; flex: none;}
.site-map-page  .navul .navli_first{ font-weight: bold; }
.site-map-page .dataul  { flex-wrap: wrap; padding: 16px ; border: 1px dashed #333; }
.site-map-page .dataul .datali{ width:19%; margin-right: 1%}










